icons: Rename two icons which had the wrong extension
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>
Sun, 7 Mar 2021 17:58:57 +0000 (18:58 +0100)
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>
Sun, 7 Mar 2021 17:59:04 +0000 (18:59 +0100)
Fixes two warnings when opening the inspector on my PinePhone, these two
files were attempted to be loaded as PNG (as per the extension) instead
of SVG.

Signed-off-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
gtk/icons/scalable/actions/value-decrease-symbolic.png [deleted file]
gtk/icons/scalable/actions/value-decrease-symbolic.svg [new file with mode: 0644]
gtk/icons/scalable/actions/value-increase-symbolic.png [deleted file]
gtk/icons/scalable/actions/value-increase-symbolic.svg [new file with mode: 0644]

diff --git a/gtk/icons/scalable/actions/value-decrease-symbolic.png b/gtk/icons/scalable/actions/value-decrease-symbolic.png
deleted file mode 100644 (file)
index c93f536..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
-    <path d="M3 7h10v2H3z" style="marker:none" color="#bebebe" overflow="visible" fill="#474747"/>
-</svg>
diff --git a/gtk/icons/scalable/actions/value-decrease-symbolic.svg b/gtk/icons/scalable/actions/value-decrease-symbolic.svg
new file mode 100644 (file)
index 0000000..c93f536
--- /dev/null
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
+    <path d="M3 7h10v2H3z" style="marker:none" color="#bebebe" overflow="visible" fill="#474747"/>
+</svg>
diff --git a/gtk/icons/scalable/actions/value-increase-symbolic.png b/gtk/icons/scalable/actions/value-increase-symbolic.png
deleted file mode 100644 (file)
index fa6d3f6..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
-    <path d="M7 3v4H3v2h4v4h2V9h4V7H9V3z" style="marker:none" color="#bebebe" overflow="visible" fill="#474747"/>
-</svg>
diff --git a/gtk/icons/scalable/actions/value-increase-symbolic.svg b/gtk/icons/scalable/actions/value-increase-symbolic.svg
new file mode 100644 (file)
index 0000000..fa6d3f6
--- /dev/null
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
+    <path d="M7 3v4H3v2h4v4h2V9h4V7H9V3z" style="marker:none" color="#bebebe" overflow="visible" fill="#474747"/>
+</svg>